RETRIEVE email STATS - REST API CALL

To retrieve a detailed log of your messaging history, use the following code:

Rest API Url: https://messagingapis.paylite.net/api/messagingdata/GetEmailStats
Content-type: application/json
Request: Post

{

          "ApiKey": "Your API Key",

          "StartDate": "Start Date",

          "EndDate": "End Date"

}